From b4bf114b3824699523f5f1e3e69ec9127ce3e343 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 2 Jan 2001 13:57:46 +0000 Subject: [PATCH] (EmacsFrameSetCharSize): Remove unused variables `ac' and al[]. --- src/widget.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/widget.c b/src/widget.c index f502a24e685..80e443b6fc0 100644 --- a/src/widget.c +++ b/src/widget.c @@ -900,8 +900,6 @@ EmacsFrameSetCharSize (widget, columns, rows) EmacsFrame ew = (EmacsFrame) widget; Dimension pixel_width, pixel_height; struct frame *f = ew->emacs_frame.frame; - Arg al[10]; - int ac = 0; if (columns < 3) columns = 3; /* no way buddy */ -- 2.30.2